home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / mac / Docs / viewdoc2 / viewdoc2.rsrc / TEXT_2000_Source Text.txt < prev    next >
Encoding:
Text File  |  2002-02-15  |  628 b   |  14 lines

  1. tell application "Finder"
  2.     try
  3.         activate
  4.         --open file (((path to desktop folder) as text) & "Powerlink:Mac:Docs:test.pdf")
  5.         -- display dialog "Adobe Acrobat Reader will now be installed.  After installation,  please open the User's Guide under Power
  6.         
  7.         
  8.         open (("PowerLink:Docs:usermanual.pdf") as alias)
  9.     on error
  10.         display dialog "Adobe Acrobat Reader is needed to view this document.  Please click 'OK' to launch the Adobe Acrobat installer.  After the installation is complete, please restart PowerLink and select 'View the User Manual' again."
  11.         open (("Powerlink:Docs:Reader Installer") as alias)
  12.     end try
  13.     
  14. end tell